Welcome![Sign In][Sign Up]
Location:
Search - TCP connect

Search list

[WinSock-NDISClientExample

Description: a simple tcp client with java,you can use it to connect with a tcp server.-a simple tcp client with java, you can use it to connect with a tcp server.
Platform: | Size: 4627 | Author: 高扬 | Hits:

[TCP/IP stackyifeiTCPClient

Description: 一个tcp文件传输程序,它在客户端通过连接到服务器上,传输文件-a file transfer program that the client connect to the server, file transfer
Platform: | Size: 11375 | Author: 孙亦非 | Hits:

[Proxy ServerAProxy

Description: 一个小巧的代理程序(编译后压缩大约5K),工作模式是单线程的,即异步模式, 工作在1个端口,根据分析请求的数据,同时支持3种常用代理: 1, HTTP代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 3, Sock5代理(TCP,UDP)-a compact agents (compiled compressed about 5K), the mode is the thread, that is asynchronous mode, in a port, based on an analysis of the requested data, while supporting three kinds of agents : 1. HTTP proxy (mode of support : GET, POST, CONNECT) 2, 3 Sock4 agent, Sock5 Agents (TCP, UDP)
Platform: | Size: 9685 | Author: zx | Hits:

[Proxy ServerZXProxy

Description: 一个小巧的代理程序(编译后压缩大约5K),工作模式是多线程的,和异步模式比较是这个的代码思路直观、简单明了,不过当然没异步的性能了,同样是工作在1个端口,根据分析请求的数据,同时支持3种常用代理: 1, HTTP代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 3, Sock5代理(TCP,UDP) -a compact agents (compiled compressed about 5K), the mode is a multithreaded, Asynchronous mode and comparison is the code of visual ideas simple and clear, but certainly not the performance of the asynchronous, the same work in a port, based on an analysis of the requested data, while supporting three kinds of agents : 1. HTTP proxy (mode of support : GET, POST, CONNECT) 2, 3 Sock4 agent, Sock5 Agents (TCP, UDP)
Platform: | Size: 7369 | Author: zx | Hits:

[Internet-Networkczsocket

Description: 自己写的Unix/Linux下面的封装了TCP网络客户端连接、服务端监听、连接收发处理的类-himself wrote the Unix / Linux Packaging following a TCP network client. - bugging services to connect the transceiver category
Platform: | Size: 5282 | Author: 陈钟 | Hits:

[JSP/Javadzbaiban

Description: 电子白板。电子白板有两种实现模型,一种是无白板服务器,因此仅支持两个用户直接连结;另一种是有白板服务器,原则上不限制同时上线人数和交谈室个数,具体实现上可视服务器性能和需要而定。本文要介绍属于后者。----当用户需用白板与他人交流时,需要先用浏览器连到Applet所在主页,Applet运行后会连接到该白板服务器,和服务器建立TCP连接。每个用户可以在自己的白板上(嵌在Applet画面中)绘制图形和输入文字,Applet会将这些信息通过已建立的网络连接发往白板服务器,并不断侦听、接收来自白板服务器的图形和文字信息,将其再现在用户的白板中。白板服务器的作用是不断侦听、接收来自各Applet的信息,并将其转发给其他用户。----由于浏览器对JAVAApplet的限制,使得Applet只能访问发送该Applet的宿主主机,因此只能在该Applet所在主机上运行白板服务器,使得Applet能建立和远程白板服务器的联系。功能设计----一个实用的电子白板系统应该具备以下基本功能:用户在浏览到白板主页时,需登录后才能进行交流。这将提供交流时用的名字,必要时还可做权限检查。用户能够根据交谈室的交谈主题选择参加和退出现有的交谈室,并且能建立新的交谈室。-Whiteboard. Whiteboard realize there are two models, a server is no whiteboard, it only supports two users direct links; Another server is a whiteboard, in principle, while restrictions on the number line chat rooms and the number, concrete realization of server performance and visualization needs. This paper introduces belong to the latter. - When the user needed whiteboard sharing with others, the need to deal with browser connected to the host Applet Home, Applet operation will connect the whiteboard to the server and server TCP connection. Each user can in their own whiteboard (containing the applet screen) rendering graphics and text input, Applet will these messages through the network has been established to connect the whiteboard server, and continuously monitors and coming from th
Platform: | Size: 86699 | Author: guoxiling | Hits:

[ICQ-IM-ChatWlanTools

Description: Using this tools, you can create an AdHoc network and connect to AP network,just like windows WiFi tools-tools, you can create an TCP network and connect to the AP network, just like windows WiFi tools
Platform: | Size: 58732 | Author: cuihongyi | Hits:

[Remote Controlc_s_udp_tcp

Description: 基于ace和wxWidgets结合使用的c/s结构的例子,server广播后,client对server发起连接,然后server启动接收线程,并将收到的数据通过单独的线程进行处理;该代码有以下特点:wxWidgets事件循环和ace的Reactor事件循环并行处理,定时器以及读写的并行处理,udp和tcp通信的并行处理,ui线程和通信线程的并行处理;有此例子,开发跨平台跨编译器的带图形界面的c/s程序易如反掌。-wxWidgets based ace and the combined use of c / s structure of the examples, After the broadcast server, client connect to server initiated, then start receiving threaded server and the data received through a separate thread processing; The code has the following characteristics : wxWidgets ace incident cycle and the cycle of Reactor incident parallel processing, Timer and writable parallel processing, tcp and udp communications parallel processing, Got threads and the threads in parallel communications; this example, Cross-platform development of cross-compiler with the graphical interface c / s procedures as easy.
Platform: | Size: 2088889 | Author: wuyan | Hits:

[OtherwinSocketTestApp

Description: WinSock Win32 API 的打包类和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows环境中用C++编写TCP/IP网络程序,那么使用这个打包类吧,我想它不会让你失望的。winSocket几乎封装了编写TCP/IP网络应用程序所需的所有内容,winSocketEx加入了对SOCKS 4/5代理服务器的支持。使得在自己的程序中加入代理支持易如反掌。这个打包类支持的特性包括:Connect、Send、Receive、Close、Listen、Bind、Accept、asyncSelect、get_LocalHost、get_LocalPort、get_RemoteHost、get_RemotePort等等。 [代码性质] VC可重用代码段 [代码作者] ryan [文件大小] 53K 声明:转自其他网站
Platform: | Size: 43074 | Author: 邓影 | Hits:

[Windows Develop123

Description: 客户端服务器之间的通信! TcpIp使用方法 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。
Platform: | Size: 141020 | Author: peter | Hits:

[CommunicationGPRS_TCP2CONNECT_client

Description: 研究手机GPRS的朋友可以参考一下,中国移动GPRS的TCP转CONNECT客户端
Platform: | Size: 39146 | Author: con2wd | Hits:

[ICQ-IM-ChatLocalNetChat

Description: 基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序一般分为服务器端和用户端两部分。 第一部分 服务器端   一、创建服务器套接字(create)。   二、服务器套接字进行信息绑定(bind),并开始监听连接(listen)。   三、接受来自用户端的连接请求(accept)。   四、开始数据传输(send/receive)。   五、关闭套接字(closesocket)。 第二部分 用户端   一、创建用户套接字(create)。   二、与远程服务器进行连接(connect),如被接受则创建接收进程。   三、开始数据传输(send/receive)。   四、关闭套接字(closesocket)。
Platform: | Size: 785930 | Author: Liang | Hits:

[TCP/IP stacktcpConnect

Description: VB读TCP/RS485串口电表的小程序 打开程序后,移开tcpserver窗体,在tcpclient窗体中先按connect连接,然后就能从返回一个文本框中返回十六进制表示的数据,具体设置ip地址与电表参数需在代码中自己更改
Platform: | Size: 7283 | Author: 胡智勇 | Hits:

[Internet-Network20050329122586

Description: 几个hacker程序源码简介: 1*远程主机的磁盘目录与文件的浏览,上、下载,远程执行等。2*提供三种方式的连接方式:*Udp单包快速交互目录浏览,*Udp包入反向TCP连接,*常规的TCP主动连接。3*屏幕查看单屏或连续监控,图象质量自定义(1-100),同时可鼠标与键盘遥控。4*提供简易搜索,进程管理:IP地址与端口的区间与组合扫描分析等,可查看远程主机的运行进程,并任意终止它.5*代理控制服务框架:程序结构可以构造100多台计算机构成多节点代理,接力传递目标计算机的信息包,最后传到主控制端,框架搭好,有兴趣者可索要源代码代码实现之。(服务端运行后要连续双击几个文本文件后可能驻留内存,隐藏到系统内,以后的文本关联都可以打开服务端文件。) -several hacker procedures source description : a remote host * disk directory and file browser, and download, remote execution. 2 * provide three forms of connectivity : * Udp single packet rapid interactive catalog browsing, Udp * TCP packets into reverse connect * Conventional TCP active connector. 3 * Screen View-screen or continuous monitoring, since the definition of image quality (1-100), while mouse and keyboard control. 4 * Easy search and process management : IP address and port combination with the range of scanning, can be found on the remote host running process, and arbitrary termination of its .5 * Deputy control services framework : program structure can be constructed more than 100 computers and multi-node agents, relay the goal of computer transmission of information packe
Platform: | Size: 389259 | Author: zzy | Hits:

[WinSock-NDIS通信

Description: 本人的网络实验,可以进行TCP uDP连接实现点对点传输 还有文件传输功能-experimental network, TCP uDP can connect point-to-point transmission also file transfer function
Platform: | Size: 70640 | Author: 张兵 | Hits:

[Internet-Network20050329122586

Description: 几个hacker程序源码简介: 1*远程主机的磁盘目录与文件的浏览,上、下载,远程执行等。2*提供三种方式的连接方式:*Udp单包快速交互目录浏览,*Udp包入反向TCP连接,*常规的TCP主动连接。3*屏幕查看单屏或连续监控,图象质量自定义(1-100),同时可鼠标与键盘遥控。4*提供简易搜索,进程管理:IP地址与端口的区间与组合扫描分析等,可查看远程主机的运行进程,并任意终止它.5*代理控制服务框架:程序结构可以构造100多台计算机构成多节点代理,接力传递目标计算机的信息包,最后传到主控制端,框架搭好,有兴趣者可索要源代码代码实现之。(服务端运行后要连续双击几个文本文件后可能驻留内存,隐藏到系统内,以后的文本关联都可以打开服务端文件。) -several hacker procedures source description : a remote host* disk directory and file browser, and download, remote execution. 2* provide three forms of connectivity :* Udp single packet rapid interactive catalog browsing, Udp* TCP packets into reverse connect* Conventional TCP active connector. 3* Screen View-screen or continuous monitoring, since the definition of image quality (1-100), while mouse and keyboard control. 4* Easy search and process management : IP address and port combination with the range of scanning, can be found on the remote host running process, and arbitrary termination of its .5* Deputy control services framework : program structure can be constructed more than 100 computers and multi-node agents, relay the goal of computer transmission of information packe
Platform: | Size: 389120 | Author: zzy | Hits:

[CommunicationNetTime

Description: 用于扫描你的电脑上所有的TCP端口的状态。利用这个功能,你可以轻松、快速的查出你的电脑上所使用的TCP端口,进而判断你的电脑是否中了木马。扫描出来的端口状态有两种:拒绝连接、接受连接。对于处于拒绝连接状态的端口,很可能是你的电脑为了与外部主机连接而使用的,通常情况下不会对你的网络安全构成威胁。而处于接受连接状态的端口,可能会对你的网络安全构成威胁,甚至很有可能是木马程序在运行!假若你想通过本端口扫描来判断你的电脑是否中了木马,在扫描时请不要运行其它网络程序,如果扫描结果还是有处于接受连接状态的端口,那请小心警惕!最好找个电脑高手来帮忙! 注意:对于137,138,139这三个TCP端口,即使这里的扫描没有给出扫描结果,也并不代表这三个端口不接受连接,通常情况下,Windows系统会开放这三个端口。你可以用“聊天客户”来测试这三个端口是否开放,具体用法如下:翻到“聊天客户”页,选择“主机列表”里的“本地主机”,将端口改为137(或138或139),单击“连接”,若出现提示“建立连接”,则端口137(或138或139)是开放的。-used to scan your computer on all the TCP port state. Using this feature, you can easily and quickly identify your computer by the use of TCP port, then your judgment on whether a computer Trojan horse. Scanning the state has two ports : connecting refused to accept connections. For refused to connect at the state port, it is very likely your computer to connect with the mainframe and external use, under normal circumstances you will not pose a threat to network security.!accept the connection status of ports, care alert! finding the best computer experts to help! Note : This three TCP 137, 138 and 139 ports, even if the scanning here is not the results of the scan, it does not mean that this does not accept three port connectivity
Platform: | Size: 369664 | Author: 李利 | Hits:

[Internet-NetworkSockTCP

Description: 该程序使用了Socket接口建立通住双方的TCP连接,从而完成通信.服务器方可以与多个客户端建立连接,并且可以选择要向哪个已建立起连接的客户端发送消息.-the procedures used to establish Socket Interface-living both TCP connections, thus completing communications. Server side with the establishment of a number of client connections and can be chosen which has been established to connect the client send messages.
Platform: | Size: 73728 | Author: 田雨 | Hits:

[Proxy ServerZXProxy

Description: 一个小巧的代理程序(编译后压缩大约5K),工作模式是多线程的,和异步模式比较是这个的代码思路直观、简单明了,不过当然没异步的性能了,同样是工作在1个端口,根据分析请求的数据,同时支持3种常用代理: 1, HTTP代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 3, Sock5代理(TCP,UDP) -a compact agents (compiled compressed about 5K), the mode is a multithreaded, Asynchronous mode and comparison is the code of visual ideas simple and clear, but certainly not the performance of the asynchronous, the same work in a port, based on an analysis of the requested data, while supporting three kinds of agents : 1. HTTP proxy (mode of support : GET, POST, CONNECT) 2, 3 Sock4 agent, Sock5 Agents (TCP, UDP)
Platform: | Size: 7168 | Author: zx | Hits:

[JSP/Javadzbaiban

Description: 电子白板。电子白板有两种实现模型,一种是无白板服务器,因此仅支持两个用户直接连结;另一种是有白板服务器,原则上不限制同时上线人数和交谈室个数,具体实现上可视服务器性能和需要而定。本文要介绍属于后者。----当用户需用白板与他人交流时,需要先用浏览器连到Applet所在主页,Applet运行后会连接到该白板服务器,和服务器建立TCP连接。每个用户可以在自己的白板上(嵌在Applet画面中)绘制图形和输入文字,Applet会将这些信息通过已建立的网络连接发往白板服务器,并不断侦听、接收来自白板服务器的图形和文字信息,将其再现在用户的白板中。白板服务器的作用是不断侦听、接收来自各Applet的信息,并将其转发给其他用户。----由于浏览器对JAVAApplet的限制,使得Applet只能访问发送该Applet的宿主主机,因此只能在该Applet所在主机上运行白板服务器,使得Applet能建立和远程白板服务器的联系。功能设计----一个实用的电子白板系统应该具备以下基本功能:用户在浏览到白板主页时,需登录后才能进行交流。这将提供交流时用的名字,必要时还可做权限检查。用户能够根据交谈室的交谈主题选择参加和退出现有的交谈室,并且能建立新的交谈室。-Whiteboard. Whiteboard realize there are two models, a server is no whiteboard, it only supports two users direct links; Another server is a whiteboard, in principle, while restrictions on the number line chat rooms and the number, concrete realization of server performance and visualization needs. This paper introduces belong to the latter.- When the user needed whiteboard sharing with others, the need to deal with browser connected to the host Applet Home, Applet operation will connect the whiteboard to the server and server TCP connection. Each user can in their own whiteboard (containing the applet screen) rendering graphics and text input, Applet will these messages through the network has been established to connect the whiteboard server, and continuously monitors and coming from th
Platform: | Size: 86016 | Author: guoxiling | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »

CodeBus www.codebus.net